CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - quasi newton algorithm

搜索资源列表

  1. quasi-newton.rar

    3下载:
  2. 一个用拟牛顿算法求解优化问题的程序,此程序为MATLAB程序,大家用前自己注意检查一下,A Quasi-Newton algorithm using optimization procedures, the procedures for the MATLAB program, we pay attention to before their own check
  3. 所属分类:Algorithm

    • 发布日期:2016-03-15
    • 文件大小:113290
    • 提供者:idhot
  1. Variable_Metric_Metho_DFP.rar

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的,Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2428
    • 提供者:lrc
  1. nonlinear_equations_solve

    1下载:
  2. 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:11247
    • 提供者:付和平
  1. DFP-algorithm

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6715
    • 提供者:刘平
  1. ntontrust5duowei08

    1下载:
  2. 解无约束优化问题的锥模型拟牛顿信赖域算法。不同与传统的二次模型方法。-A quasi-Newton algorithm based on the simple dogleg method is developed.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3453
    • 提供者:陆晓平
  1. niniudun

    0下载:
  2. 拟牛顿算法的c程序,希望大家能用的上,有问题多多交流。-Quasi-Newton algorithm c program, I hope everyone can be the last, there is a lot of problems exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2416
    • 提供者:龙威
  1. crfChain

    0下载:
  2. Kevin Murphy的条件随机场matlab和c++混合代码,包含chains, trees and general graphs includes BP code。-This package is a set of Matlab functions for chain-structured conditional random fields (CRFs) with categorical features. The code implements decoding (with the Vi
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:113333
    • 提供者:郭波
  1. zniniudunzhiyi_AG

    0下载:
  2. 拟牛顿算法,H矩阵由秩1算法得到,一维搜索由ArmigoGoldstein实现-Quasi-Newton algorithm, H matrix by the rank 1 algorithm, to achieve one-dimensional search by the ArmigoGoldstein
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1077
    • 提供者:杨旻宸
  1. Improved-BP-neural-network-c

    0下载:
  2. 改进的BP神经网络算法,基于拟牛顿算法。-Improved BP neural network algorithm, based on the quasi-Newton algorithm.
  3. 所属分类:Development Research

    • 发布日期:2017-11-15
    • 文件大小:2452
    • 提供者:烦渴
  1. Quasi-Newton-Methods

    1下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact, the DFP algorithm, BFGS algo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:673
    • 提供者:王喜
  1. quasiNewton

    0下载:
  2. 最优化算法中的拟牛顿算法matlab编程实现,希望对大家有帮助-Quasi-Newton algorithm matlab programming optimization algorithm, and the hope to help everyone
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:570
    • 提供者:haoyunhe
  1. Armijo_quasiNewton

    2下载:
  2. 最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:620
    • 提供者:haoyunhe
  1. Non_mon-Newton

    2下载:
  2. 最优化算法中的使用非单调线搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用-The use of non-monotonic line optimization algorithm to search seeking step quasi-Newton algorithm source code, Matlab programming, and hope to be useful
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:806
    • 提供者:haoyunhe
  1. Quasi-Newton

    8下载:
  2. 拟牛顿算法中的经典BFGS校正算法和DFP算法的matlab实验代码,broyden族算法的matlab程序。-Proposed Newton the classic algorithm the BFGS correction algorithm and DFP algorithm matlab experimental code, broyden family, algorithm matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:3046
    • 提供者:
  1. Grape_Quasi_Newton

    1下载:
  2. 量子控制中著名的GRAPE算法的改进版本,二阶拟牛顿算法,效率改进很大-Quantum Control famous GRAPE algorithm improved version of the second-order quasi-Newton algorithm efficiency improvements
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:29556
    • 提供者:qiqiguai
  1. BFGS

    0下载:
  2. 最优化方法里的BFGS拟牛顿算法,针对特定的二元函数(可修改)给出极小点和最优值。-Optimization methods in the BFGS quasi-Newton algorithm for a particular binary function (can be modified) gives minimum point and the optimal value.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:708
    • 提供者:conwool
  1. BP-neural-network-algorithm-

    0下载:
  2. 本程序包含BP神经网络中的各种不同的算法,包括梯度算法及拟牛顿算法及一步正割等算法-The BP neural network program contains various algorithms, including gradient algorithm and quasi-Newton algorithm and the step secant algorithm, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2881
    • 提供者:xuliyue
  1. Quasi-Newton-method

    0下载:
  2. 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:3115
    • 提供者:haohaiqiang
  1. BP-neural

    0下载:
  2. LM算法和BFGS拟牛顿算法对BP神经网络的性能影响分析,我的课题作业,希望对大家有帮助。-The performance analysis basde on the impact on BP neural network of LM and BFGS quasi-Newton algorithm , the subject of my work, I hope to be helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3289
    • 提供者:梁山
  1. nonlinear-algorithm

    3下载:
  2. 非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。-Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6891
    • 提供者:figo
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com